home *** CD-ROM | disk | FTP | other *** search
/ Collection of Internet / Collection of Internet.iso / winprogs / ws_ping / ws_ping.rc < prev    next >
Encoding:
Text File  |  1993-10-03  |  317 b   |  16 lines

  1. #include "WS_PING.h"
  2.  
  3. WS_PING ICON  WS_PING.ICO
  4. WS_PINGD ICON  WS_PINGD.ICO
  5.  
  6. WS_PING MENU
  7.   BEGIN
  8.     MENUITEM "&BlockingPing",  IDM_CONNECT
  9.     MENUITEM "&AsyncPing",     IDM_ASYNC_CONNECT
  10.     MENUITEM "E&xit",          IDM_EXIT
  11.     MENUITEM "&About",         IDM_ABOUT
  12.   END
  13.  
  14. #include "WS_PING.DLG"
  15.  
  16.